Type PythonGenerator<T> Namespace LostTech.Gradient.BuiltIns Parent PythonObjectContainer Interfaces IEnumerator<T> Represents Python generator object Methods Dispose MoveNext Reset Properties Current PythonObject Public instance methods void Dispose() bool MoveNext() void Reset() Public properties T Current get; set; object PythonObject get;